PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFSetTextMatrixOperator Class / PDFSetTextMatrixOperator Constructor / PDFSetTextMatrixOperator Constructor(double,double,double,double,double,double)
The m11 element of the text matrix.
The m12 element of the text matrix.
The m21 element of the text matrix.
The m22 element of the text matrix.
The dx element of the text matrix.
The dy element of the text matrix.
In This Topic
    PDFSetTextMatrixOperator Constructor(double,double,double,double,double,double)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFSetTextMatrixOperator( 
       double m11,
       double m12,
       double m21,
       double m22,
       double dx,
       double dy
    )

    Parameters

    m11
    The m11 element of the text matrix.
    m12
    The m12 element of the text matrix.
    m21
    The m21 element of the text matrix.
    m22
    The m22 element of the text matrix.
    dx
    The dx element of the text matrix.
    dy
    The dy element of the text matrix.
    See Also